ValidatedEnum

constructor(defaultValue: T, widgetType: ValidatedEnum.WidgetType = WidgetType.POPUP)

Parameters

T

the enum type. Any Enum

defaultValue

Enum Constant used as the default for this setting

widgetType

WidgetType defines the GUI selection type. Defaults to POPUP